gnomeos: Update yocto commit script for new commit commandline syntax
authorColin Walters <walters@verbum.org>
Thu, 22 Dec 2011 18:19:30 +0000 (13:19 -0500)
committerColin Walters <walters@verbum.org>
Thu, 22 Dec 2011 18:19:30 +0000 (13:19 -0500)
gnomeos/yocto/commit-yocto-build.sh

index 5387ccbcc481e1c02693c009a941f538fe6ee53c..2778847f9dfd767e9018a43fcbaeb98467f207ae 100755 (executable)
@@ -37,4 +37,4 @@ BUILD_TAR=$BUILDDIR/deploy/images/gnomeos-contents-$BRANCH-qemu${ARCH}.tar.gz
 
 BUILD_TIME=$(date -r $BUILD_TAR)
 
-ostree --repo=${OSTREE_REPO} commit -s "Build from OSTree ${OSTREE_VER}" -b "gnomeos-yocto-$ARCH-$BRANCH" --tar ${BUILD_TAR}
+ostree --repo=${OSTREE_REPO} commit -s "Build from OSTree ${OSTREE_VER}" -b "gnomeos-yocto-$ARCH-$BRANCH" --tree=tar=${BUILD_TAR}